home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2001 May / SGI IRIX Installation Tools & Overlays 2001 May - Disc 3.iso / relnotes / dmedia_eoe / ch04.z / ch04
Text File  |  2001-04-16  |  8KB  |  199 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        4.  _A_u_d_i_o__C_o_n_t_r_o_l__P_a_n_e_l
  9.  
  10.  
  11.        Audio Control Panel (invoked from the command line as
  12.        _a_u_d_i_o_p_a_n_e_l(1)) provides a graphical user interface and
  13.        command line interface for controlling and monitoring audio
  14.        I/O device parameters.
  15.  
  16.  
  17.        4.1  _C_h_a_n_g_e_s__a_n_d__A_d_d_i_t_i_o_n_s
  18.  
  19.        This section lists changes/additions to the Audio Control
  20.        Panel between the IRIX 6.2 and IRIX 6.4 releases.
  21.  
  22.        IRIX 6.4 continues use of the new, generalized version of
  23.        the Audio Control Panel first included with IRIX 6.2, which
  24.        has been designed to accommodate multiple audio I/O devices
  25.        installed in the same system:
  26.  
  27.           +o With the new requirement of having to manage multiple
  28.             input and output devices, audiopanel's menu bar
  29.             structure changed.  Previously, the Input and Rate had
  30.             their own top-level menus. Now, before adjusting the
  31.             input source or sample rate for a particular device,
  32.             the device must first be selected by clicking the right
  33.             mouse button over a device panel.  After the selection
  34.             is made, the Selected menu contains submenus for
  35.             modifying Input Source and Sample Rate.  Availability
  36.             of these submenus and/or entries on these submenus will
  37.             vary depending on which device is currently selected.
  38.  
  39.           +o The Options menu selection for Input (or Output)
  40.             Sliders Independent has now moved to the Selected menu
  41.             under the toggle entry Group Sliders.  Audiopanel keeps
  42.             track of the slider grouping status for each device
  43.             independently.
  44.  
  45.           +o For Indigo2 and Indy machines, the toggling of four-
  46.             channel mode and stereo microphone as previously done
  47.             in the Options menu.  These functions have been moved
  48.             to the Device Preferences Dialog for the AnalogIn
  49.             device, This dialog can be reached by first selecting
  50.             the AnalogIn device, then by choosing the
  51.             Preferences... option in the Selected top-level menu.
  52.  
  53.           +o Previous incarnations of audiopanel had a choice of a
  54.             Digital Input in the Input source menu for Indy,
  55.             Indigo2 and the Onyx Audio/Serial Option.  Under the
  56.             new audio architecture, the input source Digital Input
  57.             is now handled as its own device, called Digital In ,
  58.             which is independent of the Analog In device. Setting
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.             the default input to the Digital In device on these
  75.             machines will provide the same functionality as
  76.             switching the previous audiopanel's input source to
  77.             Digital In.
  78.  
  79.           +o Previous incarnations of audiopanel had a Use Input
  80.             Rate option as part of the output sample rate menu.
  81.             Unfortunately, this convenience feature is not
  82.             available in this newer version of audiopanel.
  83.  
  84.           +o Previous incarnations of audiopanel had a Digital Input
  85.             choice for output sample rates device by setting its
  86.             sync source to AES In and matching its sample rate to
  87.             the Digital In (or AES In ) device on the same audio
  88.             subsystem.
  89.  
  90.           +o It should be noted that digital output devices have no
  91.             sliders to control gain and no signal meters, because
  92.             gain control and signal monitoring on these devices is
  93.             unsupported.  A blank looking control panel for a
  94.             digital output device is completely normal.  Sample
  95.             rates and input sources are still modifyable as they
  96.             are appropriate for the device.
  97.  
  98.           +o Audio controls for the Presenter Flat Panel display are
  99.             no longer relegated to a separate window. Presenter
  100.             Controls will now appear alongside those of the
  101.             appropriate baseline Analog Out device on the system.
  102.  
  103.           +o Normally, all outputs interfaces for a particular audio
  104.             output device are active.  If an output device supports
  105.             the choice of directing output to a single output
  106.             interface, the device's popup menu and Selected menu
  107.             will have an additional Output Destination Menu, akin
  108.             to the Input Source, allowing the user to select which
  109.             output is to be active.
  110.  
  111.  
  112.        4.2  _B_u_g__F_i_x_e_s
  113.  
  114.           +o BUG 458608 - The apanel Selected->Make Default menu
  115.             would give all the user interface indications that the
  116.             Default Device was changed, however, with the insidious
  117.             little side effect of not actually telling the audio
  118.             system to change the Default Device.
  119.  
  120.           +o BUG 469264 - Apanel's Device List panel would not
  121.             always be able to accommodate long device names,
  122.             especially those with subsystem names prepended.  The
  123.             Device List now is sized accordingly.
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.           +o BUG 437617 - Apanel's command line would not accept
  141.             fully qualified or typed names of audio resources (such
  142.             as "RAD1.AES In" or "A3.Microphone", etc.). The command
  143.             line can now handle the much more robust references
  144.             that alGetResourceByName() provides.
  145.  
  146.           +o BUG 415586 - Subsystem names now appear on sync sources
  147.             when its appropriate to distinguish between similarly
  148.             named, but distinct time bases.
  149.  
  150.           +o BUG 423362 - Apanel would not recognize user-interface
  151.             oriented command-line and resource file settings
  152.             specified for default devices. Examples were -meteron
  153.             -meteroff and resources effecting filter operations of
  154.             the meters.
  155.  
  156.           +o BUG 475753 - Apanel meters on digital devices no longer
  157.             use a DC filter by default. Analog devices, however,
  158.             still use a DC filter by default.
  159.  
  160.           +o BUG 483191 - With DC filtering off, apanel's right
  161.             meter would not always display correct information
  162.             (only when the device was a stereo device).
  163.  
  164.           +o BUG 481235 - Apanel's File->Revert menu would not turn
  165.             the audio system back to its factory settings as
  166.             indicated in the help. Now it does.
  167.  
  168.  
  169.        4.3  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  170.  
  171.           +o The minimum input slider position does not correspond
  172.             to infinite attenuation on Indy and Indigo2.  This is
  173.             an audio hardware limitation.
  174.  
  175.           . The In-Use indicator on the title bar for each device
  176.             is known to not switch on or off correctly when the
  177.             Default Output is changed.  Restarting audiopanel has
  178.             been known to clear up the problem.
  179.  
  180.           +o Presenter gain controls are operable only when the
  181.             device's sliders are ungrouped. Tone controls currently
  182.             don't work just yet.
  183.  
  184.           +o If a data file is opened for recovering audiopanel
  185.             layout and system state that is invalid, the device
  186.             panels currently in view will disappear.  They can be
  187.             restored by re-selecting them through the View pane.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.